+++ /dev/null
-ü\ 1ï\82sa¿EI5djmJS$1DhOYRlSPpQ7LKlNlnT.npvRhg8uQPlWkoQRNhKPXnNknMtrRuKUTR
\ No newline at end of file
+++ /dev/null
-ü\ 1ï\82sa¿4xt4e1rb$1HuVsdC7ZpFcCbsI1.Vmo7hBGsbsYFFbmV/7dcHKvQJlHzw1VQ8uoG
\ No newline at end of file
+++ /dev/null
-#
-# Welcome to the SiriDB configuration file
-#
-
-[buffer]
-# Alternative path to save the buffer file.
-# In case you later plan to change this location you manually need to move
-# the buffer file to the new location.
-# path = <buffer_path>
-
-# Buffer size in bytes. This size must be a multiple of 512 with a maximum
-# of 1048576 bytes. Be careful using large values since SiriDB will require
-# memory based on this value. A value between 1024 and 32768 is recommended.
-# size = 1024
-
-size = 1024
+++ /dev/null
-ü\ 1
\ No newline at end of file
+++ /dev/null
-ü\ 1ð\84iris¿/ITTEIBl$1Q7urI1k4h4PCfGgCI5ifj7Iyc8wqJVdAU5h/TSinJUe5ObdeH5V0Méÿ\ 3
\ No newline at end of file
+++ /dev/null
-#
-# Welcome to the SiriDB configuration file
-#
-
-[buffer]
-# Alternative path to save the buffer file.
-# In case you later plan to change this location you manually need to move
-# the buffer file to the new location.
-# path = <buffer_path>
-
-# Buffer size in bytes. This size must be a multiple of 512 with a maximum
-# of 1048576 bytes. Be careful using large values since SiriDB will require
-# memory based on this value. A value between 1024 and 32768 is recommended.
-# size = 1024
-
-size = 1024
+++ /dev/null
-ü\ 1
\ No newline at end of file
+++ /dev/null
-ü\ 1ð\84iris¿gre84FaJ$1iMGwWNldUGnKIJjNj7bLkNHIW6PwOJiDOITEk4XLnIE9gLeBZIuFKéÿ\ 3
\ No newline at end of file
+++ /dev/null
-ü\ 1ï\82sa¿vZEWv13W$172ZCeYcCY4qc9yWq4Rn.V4DecWWXIU55S/c93sBDcPzyZZ8b6teaR
\ No newline at end of file
+++ /dev/null
-#
-# Welcome to the SiriDB configuration file
-#
-
-[buffer]
-# Alternative path to save the buffer file.
-# In case you later plan to change this location you manually need to move
-# the buffer file to the new location.
-# path = <buffer_path>
-
-# Buffer size in bytes. This size must be a multiple of 512 with a maximum
-# of 1048576 bytes. Be careful using large values since SiriDB will require
-# memory based on this value. A value between 1024 and 32768 is recommended.
-# size = 1024
-
-size = 1024
+++ /dev/null
-ü\ 1
\ No newline at end of file
+++ /dev/null
-ü\ 1ð\84iris¿ZkjWsLgK$1/L2Uzs0bnkc01bpT/0KOlPC5hTe1d.xb6COEOdQ2Uc1aRFE9HpxZLéÿ\ 3
\ No newline at end of file
+++ /dev/null
-# SiriDB HTTP Configuration file
-[Database]
-# User with at least 'show' privileges.
-user = iris
-
-# A password is required. To protect the password this file should be placed in
-# a folder where unauthorized users have no access.
-password = siri
-
-# Database to connect to.
-dbname = benchmark
-
-# Multiple servers are allowed and should be comma separated. When a port
-# is not provided the default 9000 is used. IPv6 address are supported and
-# should be wrapped in square brackets [] in case an alternative port is
-# required. SiriDB HTTP will randomly select an available siridb server
-# for each request.
-#
-# Valid examples:
-# siridb01.local,siridb02.local,siridb03.local,siridb04.local
-# 10.20.30.40
-# [::1]:5050,[::1]:5051
-# 2001:0db8:85a3:0000:0000:8a2e:0370:7334
-servers = localhost:9001
-
-[Configuration]
-# Listening to TCP port.
-port = 5050
-
-# When disabled no authentication is required. When enabled session
-# authentication or basic authentication is required.
-require_authentication = True
-
-# When enabled /socket.io/ will be enabled and Socket-IO can be used as an
-# alternative to the standard http rest api.
-enable_socket_io = True
-
-# When enabled the crt_file and key_file must be configured and the server
-# will be hosted on https.
-enable_ssl = False
-
-# When enabled a website is hosted on the configured port. When disabled the
-# resource URIs like /query, /insert, /auth/.. etc. are still available.
-enable_web = True
-
-# When enabled the /query and /insert resource URIs can be used with basic
-# authentication.
-enable_basic_auth = False
-
-# When multi user is disabled, only the user/password combination provided in
-# this configuration file can be used.
-enable_multi_user = False
-
-# Cookie max age is used to set the cookie expiration time in seconds.
-cookie_max_age = 604800
-
-# The query api allows you to specify a timeout for each query, but the insert
-# api only accepts data. Therefore the insert timeout is set as a general
-# value and is applicable to each insert.
-insert_timeout = 60
-
-[SSL]
-# Self-signed certificates can be created with the following command:
-#
-# openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
-# -keyout certificate.key -out certificate.crt
-#
-crt_file = certificate.crt
-key_file = certificate.key
-
-#
-# Welcome and thank you for using SiriDB!
-#
-# A configuration file is required and shoud be provided with the
-# --config <file> argument.
-# Above you find an example template which can be used.
-#
-
+++ /dev/null
-# Welcome to the SiriDB configuration file
-
-[siridb]
-#
-# SiriDB will use this address:port for it's back-end connections.
-# This must be an address that other servers can use to connect to.
-# For example IPv4, IPv6 or a fqdn are all possible. When using IPv6 be sure
-# to wrap the ip address with square brackets. For example [::1]:9010
-# The default value is %HOSTNAME:9010. The variable %HOSTNAME will be translate
-# to the systems host name.
-#
-#
-server_name = %HOSTNAME:9011
-
-#
-# Listen for SiriDB-server connections only on localhost.
-# Use value 0.0.0.0 (or :: for IPv6) to bind to all interfaces.
-#
-bind_server_address = 0.0.0.0
-
-#
-# SiriDB will listen for client connections on this port number.
-#
-listen_client_port = 9001
-
-#
-# Listen for client connections only on localhost.
-# Use value 0.0.0.0 (or :: for IPv6) to bind to all interfaces.
-#
-bind_client_address = 0.0.0.0
-
-#
-# When ip_support is set to ALL, SiriDB will listen and connect to both IPv4
-# and IPv6 addresses.
-# Valid options are ALL, IPV4ONLY and IPV6ONLY.
-#
-ip_support = ALL
-
-#
-# SiriDB will load databases from, and create databases in this location.
-#
-default_db_path = ./dbpath0
-
-#
-# SiriDB will run an optimize task each X seconds. A value of 0 (zero) disables
-# optimizing.
-#
-optimize_interval = 3600
-
-#
-# SiriDB uses a heart-beat interval to keep connections with other servers
-# online.
-#
-heartbeat_interval = 30
-
-#
-# SiriDB can run fsync on the buffer file on an interval in milliseconds.
-# This value is set to 0 by default which tells SiriDB to run fsync after
-# each insert request. When having many insert requests per second, it can be
-# useful to use an interval like 500 milliseconds.
-#
-#buffer_sync_interval = 500
-buffer_sync_interval = 500
-
-#
-# SiriDB will not open more shard files than max_open_files. Note that the
-# total number of open files can be sligtly higher since SiriDB also needs
-# a few other files to write to.
-#
-max_open_files = 32768
-
-#
-# Use shard compression for storing data points.
-# Set value 0 to disable shard compression.
-#
-enable_shard_compression = 1
-
-#
-# Enable named pipe support for client connections.
-#
-enable_pipe_support = 0
-
-#
-# SiriDB will bind the client named pipe in this location.
-#
-pipe_client_name = siridb_client.sock
+++ /dev/null
-# Welcome to the SiriDB configuration file
-
-[siridb]
-#
-# SiriDB will use this address:port for it's back-end connections.
-# This must be an address that other servers can use to connect to.
-# For example IPv4, IPv6 or a fqdn are all possible. When using IPv6 be sure
-# to wrap the ip address with square brackets. For example [::1]:9010
-# The default value is %HOSTNAME:9010. The variable %HOSTNAME will be translate
-# to the systems host name.
-#
-server_name = %HOSTNAME:9011
-
-#
-# Listen for SiriDB-server connections only on localhost.
-# Use value 0.0.0.0 (or :: for IPv6) to bind to all interfaces.
-#
-bind_server_address = 0.0.0.0
-
-#
-# SiriDB will listen for client connections on this port number.
-#
-listen_client_port = 9001
-
-#
-# Listen for client connections only on localhost.
-# Use value 0.0.0.0 (or :: for IPv6) to bind to all interfaces.
-#
-bind_client_address = 0.0.0.0
-
-#
-# When ip_support is set to ALL, SiriDB will listen and connect to both IPv4
-# and IPv6 addresses.
-# Valid options are ALL, IPV4ONLY and IPV6ONLY.
-#
-ip_support = ALL
-
-#
-# SiriDB will load databases from, and create databases in this location.
-#
-default_db_path = ./dbpath1
-
-#
-# SiriDB will run an optimize task each X seconds. A value of 0 (zero) disables
-# optimizing.
-#
-optimize_interval = 3600
-
-#
-# SiriDB uses a heart-beat interval to keep connections with other servers
-# online.
-#
-heartbeat_interval = 30
-
-#
-# SiriDB can run fsync on the buffer file on an interval in milliseconds.
-# This value is set to 0 by default which tells SiriDB to run fsync after
-# each insert request. When having many insert requests per second, it can be
-# useful to use an interval like 500 milliseconds.
-#
-#buffer_sync_interval = 500
-buffer_sync_interval = 500
-
-#
-# SiriDB will not open more shard files than max_open_files. Note that the
-# total number of open files can be sligtly higher since SiriDB also needs
-# a few other files to write to.
-#
-max_open_files = 32768
-
-#
-# Use shard compression for storing data points.
-# Set value 0 to disable shard compression.
-#
-enable_shard_compression = 1
-
-#
-# Enable named pipe support for client connections.
-#
-enable_pipe_support = 0
-
-#
-# SiriDB will bind the client named pipe in this location.
-#
-pipe_client_name = siridb_client.sock